home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / sc3x03.exe / SC3X03.TXT < prev    next >
Text File  |  1993-04-26  |  2KB  |  28 lines

  1.  
  2.                       Same System Calls for NetWare 3.x
  3.                              Last Update: 04/26/93
  4.  
  5.  
  6. This readme file accompanies some example source which shows how to make
  7. 3.x system calls for NetWare.  These calls are considered to be in a
  8. pre-release state.  One additional note, incompatabilities have been
  9. found when these calls are used with older NetWare Shells and/or older
  10. versions of IPX.  Please make sure your are using at least the 3.26 
  11. NetWare shell as well as version 3.10 of dedicated IPX or version 1.20
  12. of IPX ODI.  Currently, the following files are included in this zip:
  13.  
  14.             SC3X03.TXT   -   This file
  15.             NWSYS.C      -   Some helper routines (F2 interface)
  16.             NWSYS.H      -   Header file with prototypes for helper APIs
  17.             CONNOPEN.C   -   Example of GetOpenFilesByConnection
  18.             SEMAINFO.C   -   Example of GetSemaphoreInformation
  19.             GETOBDSK.C   -   Example of GetObjectDiskUsageAndRestriction
  20.             CUSEFILE.C   -   Example of GetConnectionsUsingFile
  21.             ADDTRUST.C   -   Example of SetTrustee
  22.             GETFSINF.C   -   Example of GetFileServerInformation
  23.             OBFSDINF.C   -   Example to get a file's creator name space
  24.             SCTRPATH.C   -   Example of ScanBinderyObjectTrusteePaths
  25.             SCTRUST.C    -   Example of ScanEntryForTrustees
  26.             *.DOC        -   Documentation of all calls included in the
  27.                              examples.
  28.